home *** CD-ROM | disk | FTP | other *** search
/ CD Ware Multimedia 1994 November / Cd Ware (Nro. 2) - Epimundo.iso / OS2 / MLSW100.ZIP / README < prev   
Encoding:
Text File  |  1994-05-09  |  3.4 KB  |  111 lines

  1. ---START OF DOC
  2.  
  3. Gothenburg, Sweden
  4. May 09, 1994
  5.  
  6.  
  7. MICROLEARN SWITCHER, Version 1.00 - "readme" file
  8. *************************************************
  9.  
  10.  
  11. LICENSE STUFF
  12. -------------
  13.  
  14. This program may be used by anyone running OS/2 2.x, at their own risk.
  15. MicroLearn Nordic nor any of the employees at MicroLearn Nordic make
  16. no guarantees about this program. MicroLearn Nordic will not be responsible
  17. for damage possibly caused by this product.
  18.  
  19. This product may be distributed freely, as long as ALL files are in this
  20. archive is enclosed in UNMODIFIED form.
  21.  
  22.  
  23. BACKGROUND
  24. ----------
  25.  
  26. I (Jari Williamsson) currently work ( almost day and night ;-) ) as a 
  27. programmer with MicroLearn Nordic's upcoming product, "MicroLearn Game 
  28. Pack, Volume 2" - a new 32-bit game package for OS/2 (PM). This weekend, 
  29. I thought about making something different in OS/2, so I decided to create a 
  30. switch utility that works in the same way as Alt-Tab in Windows. The process 
  31. of making this utility was pretty straight-forward, and it was also fun to 
  32. exploit some parts of OS/2 which we never use in our game programming. 
  33. Today, I talked to the other guys here at MicroLearn Nordic, and we decided 
  34. to make this utility public. Our excellent graphics artist (Bjorn) helped 
  35. me with the startup bitmap and the icon.
  36.  
  37.  
  38. ENJOY!!!
  39.  
  40.  
  41.  
  42. SYSTEM REQUIREMENTS
  43. -------------------
  44.  
  45. OS/2 2.x using Workplace Shell. 
  46.  
  47. It may work with other WPS replacements, but that has not been tested.
  48.  
  49.  
  50.  
  51. USAGE
  52. -----
  53.  
  54. Place the MLSW.EXE icon in the startup folder for automatic start at 
  55. boot time.
  56.  
  57. Make sure that the MLSDLL.DLL file is in the same directory as the executable 
  58. file. Also make sure that the LIBPATH environment variable contains a dot 
  59. (.) as one directory.
  60.  
  61. To activate the program, use Ctrl-Tab. Browse thru the list by holding the 
  62. Ctrl key down and hitting the Tab key. Browse backwards by holding down the 
  63. Shift key at the same time. To select an application, release the Ctrl key.
  64. To cancel the selection, hit any other key (than Tab, Shift & Ctrl).
  65.  
  66. To make MicroLearn Switcher to NOT display folders in the workplace shell,
  67. use the -f command line parameter.
  68.  
  69. If the program could't be installed, a short beep will be made. If the program
  70. starts successfully, an intro window will be displayed for a short time.
  71.  
  72.  
  73. SUPPORT
  74. -------
  75.  
  76. There is no support on this product. We make no obligations to fix any bugs.
  77.  
  78.  
  79.  
  80. KNOWN PROBLEMS
  81. --------------
  82.  
  83. There may be a problem with the "-f" switch. Folders are located in an 
  84. undocumented way. If there is a problem, please let me know.
  85.  
  86. Some programs don't return the icon correctly. For these programs, a standard
  87. icon is used. This can be fixed, but I currently have no time to do so.
  88.  
  89.  
  90.  
  91. HOW TO CONTACT US
  92. -----------------
  93.  
  94. If you have any comments on this product, please send your mail to 
  95. "jari@microlearn.se". Do NOT use any other adress at MicroLearn Nordic's
  96. Internet adress for this purpose, this may cause a lot of confusion.
  97.  
  98.  
  99.  
  100. WHAT IS MICROLEARN NORDIC?
  101. --------------------------
  102.  
  103. MicroLearn Nordic is a software company located in Gothenburg, Sweden. 
  104. We currently only create game applications for OS/2. Our first released 
  105. product was "MicroLearn Game Pack, Volume 1" (10 games and 2 level editors 
  106. for OS/2 2.x) and we are now developing "MicroLearn Game Pack, Volume 2" 
  107. (and are also planning two more products, release later this year/beginning 
  108. next year).
  109.  
  110.  
  111. ---END OF DOC